Layer
class Layer : GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType> , VectorTile.Tile.LayerOrBuilder
Layers are described in section 4.1 of the specification
Content copied to clipboard
vector_tile.Tile.Layer
Types
Link copied to clipboard
class Builder : GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType> , VectorTile.Tile.LayerOrBuilder
Layers are described in section 4.1 of the specification
Content copied to clipboard
vector_tile.Tile.Layer
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The actual features in this tile.
Content copied to clipboard
repeated .vector_tile.Tile.Feature features = 2;
Link copied to clipboard
The actual features in this tile.
Content copied to clipboard
repeated .vector_tile.Tile.Feature features = 2;
Link copied to clipboard
The actual features in this tile.
Content copied to clipboard
repeated .vector_tile.Tile.Feature features = 2;
Link copied to clipboard
The actual features in this tile.
Content copied to clipboard
repeated .vector_tile.Tile.Feature features = 2;
Link copied to clipboard
The actual features in this tile.
Content copied to clipboard
repeated .vector_tile.Tile.Feature features = 2;
Link copied to clipboard
Dictionary encoding for keys
Content copied to clipboard
repeated string keys = 3;
Link copied to clipboard
Dictionary encoding for keys
Content copied to clipboard
repeated string keys = 3;
Link copied to clipboard
Dictionary encoding for keys
Content copied to clipboard
repeated string keys = 3;
Link copied to clipboard
required string name = 1;
Link copied to clipboard
Link copied to clipboard
Dictionary encoding for values
Content copied to clipboard
repeated .vector_tile.Tile.Value values = 4;
Link copied to clipboard
Dictionary encoding for values
Content copied to clipboard
repeated .vector_tile.Tile.Value values = 4;
Link copied to clipboard
Dictionary encoding for values
Content copied to clipboard
repeated .vector_tile.Tile.Value values = 4;
Link copied to clipboard
Dictionary encoding for values
Content copied to clipboard
repeated .vector_tile.Tile.Value values = 4;
Link copied to clipboard
Dictionary encoding for values
Content copied to clipboard
repeated .vector_tile.Tile.Value values = 4;
Link copied to clipboard
Any compliant implementation must first read the version
number encoded in this message and choose the correct
implementation for this version number before proceeding to
decode other parts of this message.
Content copied to clipboard
required uint32 version = 15 [default = 1];
Link copied to clipboard
Link copied to clipboard
Any compliant implementation must first read the version
number encoded in this message and choose the correct
implementation for this version number before proceeding to
decode other parts of this message.
Content copied to clipboard
required uint32 version = 15 [default = 1];
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingType : MessageLite?, Type> newRepeatedGeneratedExtension(containingTypeDefaultInstance: ContainingType, messageDefaultInstance: MessageLite, enumTypeMap: Internal.EnumLiteMap<out Any>, number: Int, type: WireFormat.FieldType, isPacked: Boolean, singularType: Class): GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
Link copied to clipboard
open fun <ContainingType : MessageLite?, Type> newSingularGeneratedExtension(containingTypeDefaultInstance: ContainingType, defaultValue: Type, messageDefaultInstance: MessageLite, enumTypeMap: Internal.EnumLiteMap<out Any>, number: Int, type: WireFormat.FieldType, singularType: Class): GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Layer
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Layer
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Layer
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Layer
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Layer
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Layer
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard